home *** CD-ROM | disk | FTP | other *** search
- Path: aadt.sdt.com!usenet
- From: Larry Baker <leb@sdt.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Help For Mathematical Programmig Using C++
- Date: Fri, 05 Apr 1996 12:03:50 -0800
- Organization: SABRE Decision Technologies
- Message-ID: <31657CA6.64CF@sdt.com>
- References: <4k0o5d$83g_001@salford.ac.uk> <4k29ms$2e1u@yuma.ACNS.ColoState.EDU>
- NNTP-Posting-Host: parmail.sdt.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- As the man says, what do you mean by "optimization?"
-
- If you mean integer or mixed-integer programming, there's a product
- called 'C-Plex' that has a C binding that may be interesting to you.
- There's also a product OSL (Optimization Support Library) from IBM,
- but it has a fortran-like binding that is a bit of a hassle to use
- from C.
-
- If optimization of continuous functions (or things like numeric
- integration, etc.) is what you're after, take a look at Virtual
- Numberics' IMSL library for C++.
-
- Cheers,
-
- Larry
-